home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 February / EnigmA AMIGA RUN 15 (1997)(G.R. Edizioni)(IT)[!][issue 1997-02][PLANET CD V].iso / enigma / earcd / sviluppo / svilupp2 / pike.rdm < prev    next >
Text File  |  1997-01-18  |  1KB  |  34 lines

  1. Short:    Amiga Pike 0.4.0 (uLPC) script language
  2. Author:   fasten@cs.bonn.edu (Bernhard Fastenrath)
  3. Uploader: fasten@cs.bonn.edu (Bernhard Fastenrath)
  4. Version:  0.4.0
  5. Type:     dev/lang
  6.  
  7. This is a beta version (release 0) of Amiga Pike (based on Pike 0.4).
  8. This version was compiled with gcc/ixemul and requires the ixemul.libary.
  9.  
  10. Amiga Features
  11. --------------
  12.   arexx_host ("<hostport>")
  13.   arexx_export ("<var>", "<value>");
  14.   value = arexx_import ("<var>");
  15.   arexx_cmd ("<command>", "<arg1>", ...);
  16.  
  17.   arexx_import() and arexx_export() use the Script_SetRexxVar() and
  18.   Script_GetRexxVar() functions of script.library. ARexx hosts which
  19.   use GetRexxVar() and SetRexxVar() instead will not be able to
  20.   exchange variables with Amiga Pike.
  21.  
  22. Installation
  23. ------------
  24. - set PIKE_INCLUDE_PATH to point to the directory
  25.   where you have installed the /lib/include/ directory
  26.   (e.g. "setenv PIKE_INCLUDE_PATH /work/pike/lib/include/:")
  27. - copy master.pike and pike to a directory in your PATH
  28.   (master.pike has to be in PROGDIR: for now)
  29. - copy libs/script.library to libs:
  30.  
  31. Homepage
  32. --------
  33. http://titan.cs.bonn.edu/~fasten/pike.html
  34.